func runtime.profilealloc

3 uses

	runtime (current package)
		arena.go#L819: 			profilealloc(mp, unsafe.Pointer(span.base()), userArenaChunkBytes)
		malloc.go#L1253: 			profilealloc(mp, x, fullSize)
		malloc.go#L1453: func profilealloc(mp *m, x unsafe.Pointer, size uintptr) {